
@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
*{
    box-sizing: border-box;
}
body {
    background: #fff;
    margin: 0px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;

    line-height: 180%;
    color: #333333;
    min-width: 320px;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #E24615;
    text-decoration: none;
}
div:focus{
    outline:none!important;
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}
button:focus{
    outline: unset;
}
bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.clear{
    zoom: 1;
}

.toast {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

#toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
}
.ovHide{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ovHide2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ovHide3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bx-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*底部*/
.footer{
    min-height: 156px;
    padding: 24px 0;
    background-color: #333;
}
.footer .footer-link{
    text-align: center;
    margin-bottom: 10px;
}
.footer .footer-link a{
    color: #fff;
    margin: 0 10px;
}
.footer  p{
    text-align: center;
    color: #fff;
}
.footer .index-footer p span{
    padding: 0 10px;
}
/*顶部*/
.header{
    height: 110px;
    background: url(../img/headerbg.png) no-repeat center;
}
.header-left-logo{
    float: left;
    height: 110px;
    padding: 28px 0;

}
.header-right-search{
    float: right;
    height: 110px;
    padding: 12px;
    text-align: right;
}
.header-right-search .header-link{
    overflow: hidden;
}
.header-right-search .header-link a{
    float: right;
    color: #fff;
    margin-right: 10px;
}
.header-search{
    position: relative;
    width: 368px;
    height: 46px;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #c24138;
}
.header-search input{
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 46px 0 10px;
    margin: 0;
    border-radius: 6px;
}
.header-search i{
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #c24138;
    font-size: 24px;
    cursor: pointer;
}
/*百科试题顶部下导航*/
.nav{
    height: 275px;
    background: url(../img/banner4.png) no-repeat center;
    position: relative;
}
.nav-box{
    overflow: hidden;
    padding: 40px 0 20px;
}
.nav-box a{
    float: left;
    width: 590px;
    height: 116px;
    text-align: center;
    line-height: 116px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px
    rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    font-size: 24px;
    color: #333;
}
.nav-box a.hals-right{
    margin-right: 20px;
}
.nav-box a.active{
    background-color: #d12736;
    color: #fff;
}
.nav-box a span{
    display: inline-block;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background-color: #f5f5f5;
    border-radius: 62px;
    margin-right: 30px;
}
.nav-box a span i{
    position: relative;
    left: 2px;
    font-size: 30px;
    color: #ea5455;
}
.nav-item div{
    /*overflow: hidden;*/
    height: 70px;
}
.nav-item div a{
    float: left;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #fff3f4 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 0px 5px 0px
    rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    font-size: 20px;
    color: #333;
    position: relative;
}
.nav-item div a.active:after{
    position: absolute;
    left: 50% ;
    bottom: 0;
    transform: translate(-50% ,0);
    content: '';
    width: 60px;
    height: 4px;
    background: #d12736;
}
.nav-item div a i{
    font-size: 20px;
    color: #d12736;
    margin-right: 10px;
}
.nav-item div.shiti-nav a{
    width: 285px;
}
.nav-item div.shiti-nav a.hals-right{
    margin-right: 20px;
}
.nav-item div.baike-nav a{
    width: 224px;
}
.nav-item div.baike-nav a.hals-right{
    margin-right: 20px;
}
/*导航文字*/
.nav-title{
    height: 86px;
    line-height: 86px;
    font-size: 16px;
}
.nav-title a{
    color: #333;
    font-size: 16px;
}
/*详情导航文字*/
.nav-title-box{
    height: 64px;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}
.nav-title2{
    height: 64px;
    line-height: 64px;
}
.nav-title2 a{
    color: #333;
}
.nav-title2 a.goback{
    float: right;
    width: 50px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: 19px;
    margin-right: 20px;
    background-color: #d12736;
    border-radius: 13px;
    color: #ffffff;
}

/*easyNav*/

.easy-nav{
    height: 70px;
    background-color: #f5f5f5;
    padding: 14px 0;
}
.easy-nav-content{
    width: 550px;
    margin: 0 auto;
    overflow: hidden;
}
.easy-nav-content a{
    float: left;
    width: 138px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #c71622;
    border-radius: 21px;
    margin-right: 65px;
}

/*暂无数据*/
.no-data{
    width: 100%;
    padding: 40px;
}
.no-data img{
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
}
/*判断登录*/
.no-login{
    display: block;
}
.yes-login{
    display: none;
}

/*遮罩*/
.shade{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
}
.shade-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 100px 50px 50px;
    background: #fff;
    border-radius: 10px;
    border-top: 4px solid #c71521;
}
.shade-box-500{
    width: 500px;
}
.shade-tishi{
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%,0);

}
.shade-content{
    text-align: center;
    font-size: 18px;
    color: #333;
    
}
.shade-btn-box{
    height: 42px;
    text-align: center;
}
.shade-btn-box a{
    display: inline-block;
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #333333;
    border-radius: 6px;
    margin: 0 20px;
}
.shade-btn-box a.active{
    display: inline-block;
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #c71521;
    border-radius: 6px;
    margin: 0 20px;
}

/*个人中心*/
.user-left-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 239px;
    background: url(../img/user-bg.png) no-repeat top center;
    overflow-y: scroll;
}
.user-left-menu::-webkit-scrollbar {display:none}
.user-right-content{
    position: fixed;
    top: 0;
    left: 239px;
    right: 0;
    bottom: 0;
    padding: 130px 30px 85px;
    background: #f2f2f2;
    overflow-y: scroll;
}
.user-left-info{
    padding: 30px 0;
}
.user-left-info img{
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: 0 auto 30px;
}
.menu-list a{
    display: block;
    width: 219px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-right: 15px;
    margin: 20px auto;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
}
.menu-list a.active{
    color: #ca0000;
    background-image: linear-gradient(90deg,
    #fff0ee 0%,
    #ffffff 100%);
    box-shadow: 0px 0px 10px 0px
    rgba(194, 14, 26, 0.5);
}
.menu-list a i{
    padding-right: 10px;
    font-size: 18px;
}
.user-right-content-header{
    position: fixed;
    top: 0;
    left:239px;
    right: 0;
    height: 100px;
    background: #fff;
    border-bottom: 2px solid #ca0000;
    z-index: 9;
}
.user-right-content-header img{
    float: left;
    margin: 15px 30px;
}
.user-right-content-header div{
    float: right;
}
.user-right-content-header div a{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 25px 20px;
    color: #333;
}
.user-right-content-header div a i{
    padding-right: 6px;
    color: #ca0000;
    font-weight: bold;
    font-size: 18px;
}
.user-right-content-footer{
    position: fixed;
    bottom: 0;
    left: 239px;
    right: 0;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    color: #666666;
    background: #f2f2f2;
    z-index: 9;
}
.user-right-content-box{
    background: #fff;
    min-height: 100%;
    padding: 0 50px 30px;
}
/*loading区*/
.loadingDiv {
    width: 120px;
    height: 120px;
    background-image: url(../img/loadingBj.png);
    position: fixed;
}

.loadingDiv .pImg {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.loadingDiv .pImg img {
    width: 30px;
    height: 30px;
}

.loadingDiv .pTxt {
    text-align: center;
    color: #FFF;
}

.richtext_bar_pic_upfile {
    bottom: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}


/* ==================
          布局
 ==================== */


/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}
.basis-s {
    flex-basis: 18%;
}

.basis-xs {
    flex-basis: 20%;
}
.basis-xsm {
    flex-basis: 30%;
}
.basis-sm {
    flex-basis: 40%;
}
.basis-smf{
    flex-basis: 45%;
}
.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-shrink {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}
.flex-four{
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}
.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}



.margin-0 {
    margin: 0;
}

.margin-xs {
    margin: 10px;
}

.margin-sm {
    margin: 20px;
}

.margin {
    margin: 30px;
}

.margin-lg {
    margin: 40px;
}

.margin-xl {
    margin: 50px;
}

.margin-top-xs {
    margin-top: 10px;
}

.margin-top-sm {
    margin-top: 20px;
}

.margin-top {
    margin-top: 30px;
}

.margin-top-lg {
    margin-top: 40px;
}

.margin-top-xl {
    margin-top: 50px;
}

.margin-right-xsm {
    margin-right: 5px;
}

.margin-right-xs {
    margin-right: 10px;
}

.margin-right-sm {
    margin-right: 20px;
}

.margin-right {
    margin-right: 30px;
}

.margin-right-lg {
    margin-right: 40px;
}

.margin-right-xl {
    margin-right: 50px;
}

.margin-bottom-xs {
    margin-bottom: 10px;
}

.margin-bottom-xsm {
    margin-bottom: 15px;
}

.margin-bottom-sm {
    margin-bottom: 20px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-bottom-lg {
    margin-bottom: 40px;
}

.margin-bottom-xl {
    margin-bottom: 50px;
}

.margin-left-xs {
    margin-left: 10px;
}

.margin-left-sm {
    margin-left: 20px;
}

.margin-left {
    margin-left: 30px;
}

.margin-left-lg {
    margin-left: 40px;
}

.margin-left-xl {
    margin-left: 50px;
}

.margin-lr-xs {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-lr-sm {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-lr {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-lr-lg {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-xl {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-tb-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-tb {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-tb-lg {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-tb-xl {
    margin-top: 50px;
    margin-bottom: 50px;
}

.padding-0 {
    padding: 0;
}

.padding-xs {
    padding: 10px;
}

.padding-sm {
    padding: 20px;
}

.padding {
    padding: 30px;
}

.padding-lg {
    padding: 40px;
}

.padding-xl {
    padding: 50px;
}

.padding-top-xs {
    padding-top: 10px;
}

.padding-top-sm {
    padding-top: 20px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top {
    padding-top: 30px;
}

.padding-top-lg {
    padding-top: 40px;
}

.padding-top-xl {
    padding-top: 50px;
}

.padding-right-xs {
    padding-right: 10px;
}

.padding-right-sm {
    padding-right: 20px;
}

.padding-right {
    padding-right: 30px;
}

.padding-right-lg {
    padding-right: 40px;
}

.padding-right-xl {
    padding-right: 50px;
}

.padding-bottom-xs {
    padding-bottom: 10px;
}

.padding-bottom-sm {
    padding-bottom: 20px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-bottom-lg {
    padding-bottom: 40px;
}

.padding-bottom-xl {
    padding-bottom: 50px;
}

.padding-left-xs {
    padding-left: 10px;
}

.padding-left-sm {
    padding-left: 20px;
}

.padding-left {
    padding-left: 30px;
}

.padding-left-lg {
    padding-left: 40px;
}

.padding-left-xl {
    padding-left: 50px;
}

.padding-lr-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-lr-lg {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-lr-xl {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-tb-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-tb-xl {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-size-xs{
    font-size: 12px;
}
.font-size-sm{
    font-size: 14px;
}
.font-size{
    font-size: 16px;
}
.font-size-lg{
    font-size: 18px;
}
.font-size-xs{
    font-size: 20px;
}
